-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADAP-1116: Move to hatch
and pyproject.toml
#1407
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-bigquery contributing guide. |
Since integration tests are target based, and this PR updates integration tests, here's the appropriate run: https://github.com/dbt-labs/dbt-bigquery/actions/runs/11884221296 |
# Conflicts: # .bumpversion.cfg
hatch
and pyproject.toml
hatch
and pyproject.toml
Integration tests running against the workflow from this branch: |
We are moving to a monorepo that uses
pyproject.toml
andhatch
. This requires a series of migrations, including this one. This PR inclues:setup.py
/dev-requirements.txt
topyproject.toml
/hatch.toml
mypy
andpytest
) intopyproject.toml
tox.ini
,pytest.ini
, etc.)